home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / ccc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-04  |  4.6 KB  |  311 lines

  1. v\:* { behavior: url(#default#VML);}
  2. body,table,tr,td,input,select
  3. {
  4.     font-family:Verdana,Arial;
  5.     font-size:10px; 
  6.     color: #333333;    
  7.     margin:0;
  8. }
  9. body
  10. {
  11.     overflow:auto;
  12.     margin:1,1,1,1;
  13.     background:white;
  14. }
  15. td
  16. {
  17.     padding:0;
  18. }
  19. image
  20. {
  21.     border: 0px;
  22. }
  23. p                 
  24. {    
  25.    font-family: Verdana, Arial, Helvetica, sans-serif;    
  26.    font-size: 10px;    
  27.    font-weight: normal;    
  28.    color: #333333; 
  29.     margin-top: 10px;
  30.     margin-bottom: 10px;
  31. }
  32. ul
  33. {
  34.     margin-top: 10px;
  35.     margin-bottom: 10px;
  36. }
  37. li             
  38. {    
  39.    font-family: Verdana, Arial, Helvetica, sans-serif;    
  40.    font-size: 10px;    
  41.    font-weight: normal;    
  42.    color: #333333; 
  43. }
  44. input
  45. {
  46.     font-size: 12px;
  47.     vertical-align:middle;
  48. }
  49. button
  50. {
  51.     font-family:Verdana;
  52.     font-size:11px; 
  53.     height: 22px;
  54.     margin:0;
  55.     margin-left:5px;
  56.     margin-right:5px;
  57. }
  58. h1                
  59. {    
  60.       font-family: Verdana, Arial, Helvetica, sans-serif;    
  61.     font-size: 12px;    
  62.     font-weight: bold;    
  63.     color: #333333; margin: 2px 2px 2px 0px;    
  64. }
  65. h2             
  66. {    
  67.     font-family: Verdana, Arial, Helvetica, sans-serif;    
  68.     font-size: 12px;    
  69.     font-weight: bold;    
  70.     color: #333333;    
  71.     font-style: italic;
  72.     margin: 2px 2px 2px 0px;    
  73. }
  74. h3                
  75. {    
  76.     font-family: Verdana, Arial, Helvetica, sans-serif;    
  77.     font-size: 10px;    
  78.     font-weight: bold;    
  79.     color: #333333;    
  80.     margin: 2px 2px 2px 0px;    
  81. }
  82. h4                
  83. {    
  84.     font-family: Verdana, Arial, Helvetica, sans-serif;    
  85.     font-size: 16px;    
  86.     font-weight: bold;    
  87.     color: #E30707;     
  88.     font-style: italic;    
  89.     margin: 2px 2px 2px 0px;    
  90. }
  91. .title-small
  92. {
  93.     font-size:12px; 
  94. }
  95. .smallheadlinetext
  96. {
  97.     font-family: Verdana, Arial, Helvetica, sans-serif;    
  98.     font-size: 12px;    
  99.     font-weight: bold;    
  100.     color: #000000;     
  101. }
  102. a.BuyButton                
  103. {    
  104.     font-size: 12px;    
  105.     font-weight: bold;    
  106.     color: #FFFFFF;        
  107.     text-align: center;        
  108.     text-decoration: none;
  109. }
  110. a.BuyButton:hover        
  111. {    
  112.     font-size: 12px;    
  113.     font-weight: bold;    
  114.     color: #28E528;    
  115.     text-align: center;        
  116.     text-decoration: none;
  117. }
  118. a.BuyButton:visited    
  119. {    
  120.     font-size: 12px;    
  121.     font-weight: bold;    
  122.     color: #FFFFFF;        
  123.     text-align: center;        
  124.     text-decoration: none;
  125. }
  126. .Wordmark
  127. {
  128.     margin-bottom:0px;
  129. }
  130. .Logo
  131. {
  132.     position:absolute;
  133.     left:425px;
  134. }
  135. .LogoCaption
  136. {
  137.     color:#2a567f;
  138.     margin-bottom:10px;
  139.     font-family:arial,helvetica;
  140.     font-size:8pt; 
  141. }
  142. .BuyNow
  143. {
  144.     color:Red;
  145.     font-size:20;
  146.     font-weight:bold;
  147.     margin-top:0px;
  148.     margin-bottom:0px;
  149. }
  150. .FreeText
  151. {
  152.     font-size:18;
  153.     font-weight:bold;
  154. }
  155. .MainText
  156. {
  157.     width:410; 
  158. }
  159. .OuterContainer
  160. {
  161.     height: 100%;
  162.     width: 100%;
  163.     padding-right: 0px;
  164.     padding-left: 0px;
  165.     padding-top: 0px;
  166.     padding-bottom: 0px;
  167.     margin: 0px;
  168. }
  169.  
  170. /*    This is the start of the CSS for the trail count down box */
  171.  
  172. /* This controls the width of the entire box */
  173. #divTrialRemain
  174. {
  175.     width:145px;
  176. }
  177.  
  178. .PromoTD
  179. {
  180.     width:150px;
  181.     vertical-align:bottom;
  182.     text-align:right;
  183. }
  184.     
  185.  
  186. /* This controls the properties of the inner box */
  187. #divCountDown
  188. {
  189.     margin:0px;
  190.  
  191.     padding-left:5px;
  192.     padding-right:5px;
  193.     padding-top:8px;
  194.     padding-bottom:10px;
  195. }
  196.  
  197. /* This section is for the box border */
  198. #bdrTop, #bdrLft, #bdrBtm, #bdrRgt
  199. {
  200.     margin:0px;
  201.     padding:0px;
  202. }
  203.  
  204. #bdrTop
  205. {
  206.     background-position:0% 0%;
  207.     background-repeat:repeat-x;
  208. }
  209.  
  210. #bdrLft
  211. {
  212.     background-position:0% 0%;
  213.     background-repeat:repeat-y;    
  214. }
  215.  
  216. #bdrBtm
  217. {
  218.     background-position:0% 100%;
  219.     background-repeat:repeat-x;    
  220. }
  221.  
  222. #bdrRgt
  223. {
  224.     background-position:100% 0%;
  225.     background-repeat:repeat-y;
  226. }
  227.  
  228. #cnrTL, #cnrTR, #cnrBL, #cnrBR
  229. {
  230.     background-repeat:no-repeat;
  231. }
  232.  
  233. #cnrTL
  234. {
  235.     background-position:0% 0%;
  236. }
  237.  
  238. #cnrTR
  239. {
  240.     background-position:100% 0%;
  241. }
  242.  
  243. #cnrBL
  244. {
  245.     background-position:0% 100%;
  246. }
  247.  
  248. #cnrBR
  249. {
  250.     background-position:100% 100%;
  251. }
  252.  
  253. /* This section is for the progress bar */    
  254. #divUnderSlider, #divOverSlider
  255. {
  256.     padding:0px;
  257.     margin:0px;
  258.     height:10px;
  259. }
  260.  
  261. #divUnderSlider
  262. {
  263.     
  264.     margin-top:10px;
  265.     margin-bottom:3px;
  266.     margin-left:2px;
  267.     margin-right:2px;
  268.  
  269.     border:solid 1px rgb(123,123,123);
  270.     background-image:url(Images\TrialCounter\grey_bkg.gif);
  271. }
  272.  
  273. #divOverSlider
  274. {
  275.     background-image:url(Images\TrialCounter\pb.gif);
  276.     float:left;
  277.     overflow:hidden;
  278. }
  279.  
  280. /* This section is for the text that's contained in the box */
  281. #divCount
  282. {
  283.     font-weight:bold;
  284.     font-size:20px;
  285. }
  286.  
  287. #divPBStart, #divPBEnd
  288. {
  289.     width:13px;
  290.     margin:0px;
  291.     padding:0px;
  292. }
  293.  
  294. #divPBStart
  295. {
  296.     float:left;
  297.     background-image:url(Images\TrialCounter\pb_start.gif);
  298. }
  299.  
  300. #divPBEnd
  301. {
  302.     float:right;
  303.     background-image:url(Images\TrialCounter\pb_end.gif);
  304. }
  305.  
  306. #divText
  307. {
  308.     text-align:center;
  309. }
  310.  
  311. /* This is the end of the trail counter CSS */